home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETPC100.IN_ / netpc100.inf
Encoding:
Windows Setup INFormation  |  1999-10-19  |  2.7 KB  |  87 lines

  1. ; netpc100.inx
  2. ; Copyright 1999 Microsoft
  3.  
  4. [version]
  5. signature  = "$Windows NT$"
  6. Class      = Net
  7. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  8. Provider   = %MSFT%
  9. LayoutFile = layout.inf
  10. DriverVer=10/19/1999,5.0.1877.1
  11.  
  12. [Manufacturer]
  13. %LINKSYS%  = LINKSYS
  14.  
  15. [ControlFlags]
  16. ExcludeFromSelect = PCMCIA\Linksys-EtherFast_10/100_PC_Card_(PCMPC100)-EEBC, \
  17.                     PCMCIA\Linksys-EtherFast_10/100_PC_Card_(PCMPC100)-8044
  18.  
  19. [LINKSYS]
  20. %PC_CARD.DeviceDesc%  = pc100cc.ndi, PCMCIA\Linksys-EtherFast_10/100_PC_Card_(PCMPC100)-EEBC
  21. %PC_CARD.DeviceDesc%  = pc100cc.ndi, PCMCIA\Linksys-EtherFast_10/100_PC_Card_(PCMPC100)-8044
  22.  
  23. [pc100cc.ndi.NT]
  24. Characteristics = 0x4
  25. BusType         = 8
  26. AddReg          = pc100.ndi.reg, common.reg
  27. CopyFiles       = pc100.ndis5.CopyFiles
  28.  
  29. [pc100cc.ndi.NT.Services]
  30. AddService = pc100, 2, pc100.Service, pc100.AddEventLog
  31.  
  32. [Common.reg]
  33. HKR, Ndi\params\ConnectionType,      ParamDesc, 0, %ConnType%
  34. HKR, Ndi\params\ConnectionType,      default,   0, 7
  35. HKR, Ndi\params\ConnectionType,      type,      0, enum
  36. HKR, Ndi\params\ConnectionType\enum, 7,         0, %AutoSense%
  37. HKR, Ndi\params\ConnectionType\enum, 6,         0, %100FD%
  38. HKR, Ndi\params\ConnectionType\enum, 4,         0, %100HD%
  39. HKR, Ndi\params\ConnectionType\enum, 2,         0, %10FD%
  40. HKR, Ndi\params\ConnectionType\enum, 0,         0, %10HD%
  41.  
  42. ;----------------------------------------------------------------------------
  43. ; PC100 Common
  44. ;
  45. [pc100.ndi.reg]
  46. HKR, Ndi,               Service,    0, "pc100"
  47. HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
  48. HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
  49. HKR,               ,    Pcmcia    , 0, "2"
  50.  
  51. [pc100.ndis5.CopyFiles]
  52. pc100nds.sys,,,2
  53.  
  54. [pc100.Service]
  55. DisplayName     =   %Service.DispName%
  56. ServiceType     =   1 ;%SERVICE_KERNEL_DRIVER%
  57. StartType       =   3 ;%SERVICE_AUTO_START%
  58. ErrorControl    =   1 ;%SERVICE_ERROR_NORMAL%
  59. ServiceBinary   =   %12%\pc100nds.sys
  60. LoadOrderGroup  =   NDIS
  61.  
  62. [pc100.AddEventLog]
  63. AddReg = pc100.AddEventLog.reg
  64.  
  65. [pc100.AddEventLog.reg]
  66. HKR,    ,   EventMessageFile,   0x00020000,"%%SystemRoot%%\System32\netevent.dll"
  67. HKR,    ,   TypesSupported,     0x00010001, 7
  68.  
  69. [DestinationDirs]
  70. pc100.ndis5.CopyFiles  =   12
  71.  
  72. ;----------------------------------------------------------------------------
  73. ; Localizable Strings
  74. ;
  75. [Strings]
  76. ConnType           = "Connection Type"
  77. AutoSense          = "Auto Sense"
  78. 100FD              = "100Mbps Full Duplex"
  79. 100HD              = "100Mbps"
  80. 10FD               = "10Mbps Full Duplex"
  81. 10HD               = "10Mbps"
  82.  
  83. LINKSYS            = "Linksys"
  84. MSFT               = "Microsoft"
  85. PC_CARD.DeviceDesc = "Linksys EtherFast 10/100 PC Card (PCMPC100)"
  86. Service.DispName   = "Linksys EtherFast 10/100 PC Card NT Driver"
  87.